-
Notifications
You must be signed in to change notification settings - Fork 311
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix gazebo joint collision check bug #227
base: develop
Are you sure you want to change the base?
Fix gazebo joint collision check bug #227
Conversation
a07f15e
to
78ab3e7
Compare
2607036
to
c3bb941
Compare
c3bb941
to
ee0ad7d
Compare
@Maverobot, @gollth, since I still think this pull request fixes a critical bug, I just rebased it on the Your assistance in getting this pull request merged would be significantly appreciated 🙏🏻. Thanks a lot in advance! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for finding this. Makes sense to me!
This commit makes sure the gravity contribution is accounted for in the joint collision checking. This needs to be done since it is not stored in `joint->command` variable.
ee0ad7d
to
e0ffbf3
Compare
This pull request ensures the gravity contribution is accounted for in the joint collision checking. This needs to be done since it is not stored in
joint->command
variable. Please have a look at #363 for more information.